xl: remove trailing spaces in xl_cmdimpl.c
authorWei Liu <wei.liu2@citrix.com>
Thu, 23 Feb 2017 18:41:13 +0000 (18:41 +0000)
committerWei Liu <wei.liu2@citrix.com>
Mon, 27 Feb 2017 16:24:45 +0000 (16:24 +0000)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/xl/xl_cmdimpl.c

index 9901011008728de58621553851b838ad86a9632f..1d7cf8ffa8bac0ee28c901426d3dfeb73f69c9ef 100644 (file)
@@ -6732,7 +6732,7 @@ static int sched_vcpu_output(libxl_scheduler sched,
     return 0;
 }
 
-/* 
+/*
  * <nothing>             : List all domain params and sched params from all pools
  * -d [domid]            : List domain params for domain
  * -d [domid] [params]   : Set domain params for domain
@@ -8374,7 +8374,7 @@ int main_cpupoolcreate(int argc, char **argv)
     }
     /* We made it! */
     rc = EXIT_SUCCESS;
-   
+
 out_cfg:
     xlu_cfg_destroy(config);
 out: